home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / lk_df.zip / README.DF < prev   
Text File  |  1993-03-22  |  2KB  |  56 lines

  1. =============
  2. What You Have
  3. =============
  4.  
  5.     DF is a variant of the UNIX "df" command, geared for MS-DOS file systems.
  6.     The guts of the code came from a programming example called "drives,"
  7.     posted to alt.msdos.programmer by Jon Frievald (jaf@jaflrn.uucp) some
  8.     months back.  I made some minor modifications to the guts and added the
  9.     output.  Jon was nice enough to allow me to post the results to the Net.
  10.  
  11.     I have tested DF on a 286 under DOS 3.3, a 386 under DOS 4.0, and a 386
  12.     under DOS 5.0.  It should work just about everywhere.
  13.  
  14.     The archive includes a makefile, source code, and an executable.
  15.  
  16. ================
  17. What You'll Need
  18. ================
  19.  
  20.     To build df.exe, you'll need a C compiler and an assembler.  The source is
  21.     Turbo C and Turbo Assembler.  If you're using something else -- compile,
  22.     assemble, and link using tiny model and you can't go much wrong.  If you
  23.     just want the executable, you already have it.
  24.  
  25. =======
  26. Gotchas
  27. =======
  28.  
  29.     I have no idea what this will do on CD-ROMs.  On our Novell network, it
  30.     successfully finds and displays mounted network drives, no problem.  Your
  31.     mileage may vary.
  32.  
  33.     I'm not asking any money for this code, and my liability is hereby limited
  34.     to what I got paid for it (i.e., nada :-).  Email compliments and flames
  35.     to larryk@cton.com.
  36.  
  37.     This code does something I've wanted for a long time.  If you want it to do 
  38.     something else, hack away.  If you like, send your enhancements to me; I'd
  39.     like to see them.
  40.  
  41.     The file "ceh.asm" and any of my stuff is public domain.  Jon's comment
  42.     with respect to using his code for "df" is as follows:
  43.  
  44.     ... you are welcome to use it as you see fit, to include
  45.     distribution of the source with the executable if you desire.
  46.     If you wanted to drop my name in your doc file it wouldn't
  47.     hurt my feelings any!
  48.  
  49.     A refreshing perspective, in these days when people throw a quick hack
  50.     together and then want $15 if you use it.
  51.  
  52.  
  53. Larry Kollar    March 22, 1993
  54.     email:  larryk@cton.com
  55.     packet: kc4wzk@wa4bro.#atlga.ga.usa.na
  56.